export declare class StringCode { static toCode(str: string, key?: string): string; static fromCode(str: string, key?: string): string; }