import type { Url } from '@tinkoff/url'; import type { NavigateOptions } from './types'; export declare const isFilePath: (pathname: string) => boolean; export declare const normalizeTrailingSlash: (pathname: string, trailingSlash?: boolean) => string; export declare const normalizeManySlashes: (hrefOrPath: string) => string; export declare const isSameHost: import("@tinkoff/utils/typings/types").Func | ((url: Url | URL) => boolean); export declare const makeNavigateOptions: (options: string | NavigateOptions) => NavigateOptions; //# sourceMappingURL=utils.d.ts.map