export declare const decode: (str: string) => string;
export declare const innerDecode: (string: string) => string;
