import type { TddConfig } from "./types.js"; export declare const CONFIG_DIR: string; export declare const CONFIG_PATH: string; export declare const DEFAULT_CONFIG: TddConfig; export declare function loadConfig(configPath?: string): TddConfig; //# sourceMappingURL=config.d.ts.map