import { Command } from '@oclif/core'; export declare class Schedule extends Command { static flags: { help: import("@oclif/core/lib/interfaces").BooleanFlag; functionName: import("@oclif/core/lib/interfaces").OptionFlag; cronExpression: 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 Schedule */ run(): Promise; }