import { CLI } from "./../../../index";
export declare class GeneratePluginCLI extends CLI {
    name: string;
    description: string;
    example: string;
    run(): Promise<boolean>;
}
