/** keccak1600 permutation function */ export declare function keccakf(state: Uint8Array): void;