import { GSStatus } from './interfaces';
import { PlainObject } from './common';
export declare function loadJsonSchemaForEvents(allEventsConfigs: PlainObject): Promise<unknown>;
export declare function validateRequestSchema(topic: string, event: any, eventSpec: PlainObject): GSStatus;
export declare function validateResponseSchema(topic: string, gsStatus: GSStatus): GSStatus;
