export declare function encrypt(text: string): string;
export declare function decrypt(encryptedText: string): string;
export declare function tryDecrypt(text: string): string;
export declare function maskSecret(value: string | undefined): string;
export declare function isEncrypted(text: string): boolean;
//# sourceMappingURL=crypto.d.ts.map