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