import { type ViteUserConfig } from 'vitest/config'; export declare const defaults: { coverage: { include: string[]; exclude: string[]; }; exclude: string[]; }; export declare const mergePreset: (config: T) => T;