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