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