export declare const hashSHA256: (text: string) => Promise<string>;
