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