import type { INjsEventContainer } from './types/container.js'; import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IWrapNJSEvent } from '../wrapper/types/njsEvent.js'; /** * Schema serialization for v4 `Basic Event`. */ export declare const njsEvent: ISchemaContainer; //# sourceMappingURL=njsEvent.d.ts.map