import type { ConnectionId } from '@mappedin/mvf-connections'; import type { Connection } from '@mappedin/mvf-connections'; import type { FloorFeature, FloorId, GeometryFeature, GeometryId, ManifestCollection } from '@mappedin/mvf-core'; import type { DefaultStyle } from '@mappedin/mvf-default-style'; import type { Location, LocationCategory, LocationCategoryId, LocationId } from '@mappedin/mvf-locations'; import type { NodeFeature, NodeId } from '@mappedin/mvf-nodes'; import type { MVFv2_STANDARD_MVFv3 } from './index.js'; export declare const FLOOR_ID = "f_000001"; export declare const FLOOR_ID_2 = "f_000002"; export declare const FLOOR_STACK_ID = "fs_000001"; export declare const GEOMETRY_ID = "g_000001"; export declare const GEOMETRY_ID_2 = "g_000002"; export declare const GEOMETRY_ID_3 = "g_000003"; export declare const GEOMETRY_ID_1_1 = "g_100001"; export declare const GEOMETRY_ID_1_2 = "g_100002"; export declare const GEOMETRY_ID_1_3 = "g_100003"; export declare const LOCATION_ID = "loc_000001"; export declare const LOCATION_ID_2 = "loc_000002"; export declare const LOCATION_CATEGORY_ID = "lcat_000001"; export declare const CONNECTION_ID = "c_000001"; export declare const CONNECTION_ID_2 = "c_000002"; export declare const CONNECTION_ID_3 = "c_000003"; export declare const NODE_ID = "n_000001"; export declare const N: (id?: NodeId) => NodeFeature; export declare const F: (id?: FloorId, elevation?: number) => FloorFeature; export declare const C: (id?: ConnectionId) => Connection; export declare const G: (id?: GeometryId) => GeometryFeature; export declare const L: (id?: GeometryId) => GeometryFeature; export declare const Point: (id?: GeometryId) => GeometryFeature; export declare const basic: () => MVFv2_STANDARD_MVFv3; export declare const withFloor: () => Pick; export declare const withFloors: () => Pick; export declare const withNavigationFlags: () => Pick; export declare const withNodes: () => Pick; export declare const Loc: (id?: LocationId, name?: string) => Location; export declare const Cat: (id?: LocationCategoryId, name?: string) => LocationCategory; export declare const Style: () => DefaultStyle; export declare const Man: () => ManifestCollection; export declare const withGeometry: () => Pick; export declare const withDefaultStyle: () => Pick; export declare const withConnections: () => Pick; export declare const withFloorStack: () => Pick; export declare const withLocations: () => Pick; export declare const withAnnotationSymbols: () => Pick; //# sourceMappingURL=testUtils.d.ts.map