export declare function byteLength(payload: string): number;
export declare function generateETag(payload: string): Promise<string>;
