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