export declare class Twofish { constructor(); static encrypt64(value: string, key: string): string; }