export declare function encode(str: string): string; export declare function decode(str: string): string;