export declare const isPathMatchingRoute: ({ currentRoute, exact, path: viewPath, sensitive, strict, }: {
    currentRoute: string;
    exact?: boolean;
    path?: string;
    sensitive?: boolean;
    strict?: boolean;
}) => boolean;
//# sourceMappingURL=isPathMatchingRoute.d.ts.map