export declare const encode: (str: string) => string;
export declare const innerEncode: (string: string) => string;
