declare function decodeUriComponent(str: string): string;

export = decodeUriComponent;
