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