export declare function encryptKey(plainKey: string): string; export declare function decryptKey(encryptedKey: string): string; export declare function validateBaseUrl(url: string): { valid: boolean; error?: string; }; //# sourceMappingURL=crypto.d.ts.map