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