import type { CliCommand } from '../utils/types.ts'; import { type FnMode } from '../middleware/serveDocument.ts'; /** * Serve multiple documents from the current working directory * Discovers all settings.json files and routes to appropriate documents on-demand */ export declare const serve: CliCommand<[number, boolean?, boolean?, FnMode?]>; //# sourceMappingURL=serve.d.ts.map