import { NewType } from '@typed/new-type'; export declare type HistoryEnv = { readonly location: Location; readonly history: History; }; export declare type Path = NewType; export declare const isPath: (value: string) => value is NewType; export declare const pathJoin: (paths: readonly (string | boolean | void | null | undefined)[], trailingSlash?: boolean | undefined) => Path; //# sourceMappingURL=types.d.ts.map