import { Path, ReadonlyPath } from "./Path";
export declare type Paths = Path[];
export declare type ReadonlyPaths = ReadonlyArray<ReadonlyPath>;
