/** * Normalize path * @param path Path * @returns Normalized path */ export declare function PathNormalize(path: string): string;