import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IEvent } from './types/event.js'; import type { IWrapBPMEvent } from '../wrapper/types/bpmEvent.js'; /** * Schema serialization for v2 `BPM Event`. */ export declare const bpmEvent: ISchemaContainer; //# sourceMappingURL=bpmEvent.d.ts.map