/** RFC3986準拠のエンコード */
export declare function encodeRFC3986(str: string): string;
