import type { PluginConfig } from './types';
import type { MockMethod } from 'vite-plugin-mock';
export default function vitApp(config: PluginConfig): (import("vite").Plugin | null)[];
export type { MockMethod };
