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