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