import type { PlainObject } from '../types'; export declare const validateApiMockServerConfig: (mockServerConfig: PlainObject, api: "graphql" | "rest") => void;