/**
 * @param {string} str
 * @returns {string}
 */
export declare function encodeString(str: string): string;
