import type { ConfigInfo, ProjectInfo } from "../types.js"; export declare function detectConfig(files: string[], project: ProjectInfo): Promise;