// Type definitions for encodeurl 1.0 // Project: https://github.com/pillarjs/encodeurl#readme // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = encodeUrl; declare function encodeUrl(url: string): string;