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