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