export declare const SRI_HASH_ALGORITHMS: string[]; export declare function calculateBase64IntegrityFromFilename(path: string, hashFunction: string, hashDigest: string): string | false;