export declare const cipher: (secret: any) => string;
export declare const decipher: (encrypted: any) => string;
