import { OpenAPIV2 } from 'openapi-types';
export declare function validateConfig(swaggerJson: OpenAPIV2.Document): Promise<void>;
