declare const sha256Async: (value: string) => Promise<string>;
export default sha256Async;
