declare function sleep(ms: number): Promise; declare function addProtocolIfNotPresent(host: string): string; declare function addTrailingSlash(url: string): string; export { sleep, addProtocolIfNotPresent, addTrailingSlash }; //# sourceMappingURL=utils.d.ts.map