export declare function isActive(currentPath: string, matchPath?: string): boolean;
export declare function normalize(path: string): string;
