export declare function createHmacSHA256(key: string, message: string): Promise<string>;
