import { JSONSchema } from '../../validation'; import { BaseEvent } from './base'; type BaseEventWithMetadata = BaseEvent & { metadata: M; }; export declare function createEventSchema, M>(type: string, subType: string, metadataSchema: JSONSchema): JSONSchema; export {}; //# sourceMappingURL=utils.d.ts.map