import type { Argv } from 'yargs'; import type { BothParsedOptions } from './types'; export declare const description = "Start a server for serving the api and web sides"; export declare function builder(yargs: Argv): void; export declare function handler(options: BothParsedOptions): Promise; //# sourceMappingURL=bothCLIConfig.d.ts.map