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