export declare function encryptWith(plaintext: string, keyFilePath: string, label: string): string; export declare function decryptWith(encryptedValue: string, keyFilePath: string, label: string): string; //# sourceMappingURL=file-crypto.d.ts.map