import { Hasher } from './hasher'; export declare const destroyHasher: () => null; export declare const createHasher: () => Promise;