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