import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { IJISEvent } from "./interfaces/IJISEvent";
export declare const jisEventsJsonSchema: JSONSchemaType<IJISEvent[]>;
