export declare function sha256(str: string): Promise<string>;
