import { ProjectConfig, Argv } from "../types"; export declare const buildProjectConfig: (argv: Argv) => ProjectConfig;