export declare const defaultAlgorithm: string;
export declare function aesEncrypt(value: string, key: string): string | void;
export declare function aesDecrypt(value: string, key: string): string | void;
