//#region src/utils/js-sha256/hash.d.ts
declare const sha256: (...strings: string[]) => any;
//#endregion
export { sha256 };
//# sourceMappingURL=hash.d.ts.map