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