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