import { IPath } from './types';
export declare function normalize(filepath: string): string;
export declare function normalizeParsed(parsed: IPath): IPath;
