import { Input, Hash } from './utils.js'; export type CHash = ReturnType; export declare function wrapConstructorWithKey>(hashCons: (key: Input) => Hash): { (msg: Input, key: Input): Uint8Array; outputLen: number; blockLen: number; create(key: Input): Hash; }; export declare const poly1305: { (msg: Input, key: Input): Uint8Array; outputLen: number; blockLen: number; create(key: Input): Hash>; }; //# sourceMappingURL=_poly1305.d.ts.map