/** * @license * Copyright 2025 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ export declare function sha256(data: string): Promise; export declare function makeFingerprint(input: any): Promise; export type uuid4 = `${string}-${string}-${string}-${string}-${string}`; export declare function uuid4(): uuid4; //# sourceMappingURL=Crypto.d.ts.map