import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IWaypoint } from './types/waypoint.js'; import type { IWrapWaypoint } from '../wrapper/types/waypoint.js'; /** * Schema serialization for v2 `Waypoint`. */ export declare const waypoint: ISchemaContainer; //# sourceMappingURL=waypoint.d.ts.map