import type { Config } from './types.js';
export declare const DEFAULT_CONFIG: Config;
/**
 * 設定ファイルのパス候補
 */
export declare function getConfigPaths(): string[];
//# sourceMappingURL=defaults.d.ts.map