export declare class Normalizer {
    normalize(path: string): string;
}
