import { FsPath } from './fs-path'; /** * Ensures that `FsPath` uses the separator from the OS and not always '/' * * @param path */ export declare function fixPathSeparators(path: string): FsPath;