export function encrypt(inArray: any, key: any, options: any): any;
export function decrypt(inArray: any, key: any, options: any): any;
