export declare function createSHA256(isInsideWorker?: boolean): Promise<{
    init(): void;
    update(data: Uint8Array): void;
    digest(method: "hex"): string;
}>;
export declare function createSHA256WorkerCode(): string;
//# sourceMappingURL=sha256-wrapper.d.ts.map