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