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