export declare function decrypt(str: string, secret: string, algorithm?: string, toBase64?: boolean): string;
