import { Command } from '@oclif/core'; export declare class Function extends Command { static flags: { help: import("@oclif/core/lib/interfaces").BooleanFlag; name: import("@oclif/core/lib/interfaces").OptionFlag; description: import("@oclif/core/lib/interfaces").OptionFlag; event: import("@oclif/core/lib/interfaces").OptionFlag; }; static description: string; static strict: boolean; static examples: string[]; private createController; /** * Runs the create command and parses the passed functions * @returns {Promise} - create command * @memberof Function */ run(): Promise; }