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