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