export declare function hasTrailingSlash(input?: string, queryParams?: boolean): boolean; export declare function withoutTrailingSlash(input?: string, queryParams?: boolean): string; export declare function withTrailingSlash(input?: string, queryParams?: boolean): string; export declare function hasLeadingSlash(input?: string): boolean; export declare function withoutLeadingSlash(input?: string): string; export declare function withLeadingSlash(input?: string): string; export declare function cleanDoubleSlashes(input?: string): string; //# sourceMappingURL=url.d.ts.map