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