export declare const normalize: (path: string) => string;
export declare const concat: (a: string) => (b: string) => string;
