import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IObstacle } from './types/obstacle.js'; import type { IWrapObstacle } from '../wrapper/types/obstacle.js'; /** * Schema serialization for v2 `Obstacle`. */ export declare const obstacle: ISchemaContainer; //# sourceMappingURL=obstacle.d.ts.map