import type { CoverageOptions } from './types.js';
export declare const loadConfig: (cwd: string, customPath?: string | false) => CoverageOptions;
