export function encrypt(content: any, secret: any): any; export function decrypt(content: any, secret: any): string;