export declare function computeSHA256Hash(data: string): Promise<string>;
