import { NormalizedPath, Path } from './types'; export default function normalizePath(path: Path): NormalizedPath;