export declare const encryptKey: (originalKey: string) => string;
export declare const decryptKey: (encryptedKey: string) => string;
