import type { ConfigFormat } from './formats.js';
export declare function detectConfigVersion(): Promise<ConfigFormat>;
