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