import { OptionValues } from 'commander'; import BaseCommand from '../base-command.js'; export declare const functionsServe: (options: OptionValues, command: BaseCommand) => Promise<void>; //# sourceMappingURL=functions-serve.d.ts.map