export declare function encryptApiKey(apiKey: string): string;
export declare function decryptApiKey(encryptedKey: string): string;
