/// import crypto from 'node:crypto'; /** * @internal */ export declare function getFullHash(data: crypto.BinaryLike, salt?: string): string; //# sourceMappingURL=getFullHash.d.ts.map