export declare class Encrypt64 { constructor(); static encrypt64(s: string, substring: string): string; static convertKey(s: string): number[]; static toHexa(c: string): number; static encrypt(array: number[], o: any): number[]; }