declare function decodeURIComponent(uri: string): string | null;
export = decodeURIComponent;
