/**
 * Copied from `@noble/ciphers/chacha`
 */
export declare const _hchacha20: (s: Uint32Array, k: Uint32Array, i: Uint32Array, o32: Uint32Array) => void;
