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