import { Osm } from "./osm.ts"; /** * Create a base OSM with one way and two nodes. */ export declare function createMockBaseOsm(): Osm; /** * Create a patch OSM with: * - The same way as the base OSM, with new tags * - A way that has an overlapping node with the first way, but does not share a node and so starts disconnected * - A way that crosses over the first way, but does not share a node and so starts disconnected */ export declare function createMockPatchOsm(): Osm; //# sourceMappingURL=mocks.d.ts.map