export declare function createHmacHasher(hash: string): (key: string, content: string) => Promise<string>;
