import type { PlainObject } from '../types'; export declare const validateMockServerConfig: (mockServerConfig: PlainObject) => void;