export = decodeUriComponent;

declare function decodeUriComponent(encodedURI: string): string;
