import type { IWrapObstacle } from './types/obstacle.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createObstacle(data?: DeepPartial): IWrapObstacle; //# sourceMappingURL=obstacle.d.ts.map