import type { ExecConfig } from './types.js'; export declare function selectInitialExecConfig(cwd: string, preset: string | undefined): ExecConfig; //# sourceMappingURL=presetSelection.d.ts.map