export declare const pow5: (v: bigint) => bigint;
export declare const mix: (state: bigint[], m: bigint[][]) => bigint[];
