import type { ProjectConfig } from "../types.js";
export declare function gatherConfig(flags: Partial<ProjectConfig>, projectName: string, projectDir: string, relativePath: string): Promise<ProjectConfig>;
