declare const encodeURL: (str: string) => string;
export = encodeURL;
