export declare class AbmEncrypt { static basicEncrypt(pwd: string): string; static basicDecrypt(enc: string): string; }