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