export declare function calculateFromUint8Array(buffer: Uint8Array): string; export declare function calculateFromString(input: string): string;