export declare function pluginListCommand(): Promise; export declare function pluginCreateCommand(name: string, options: { type?: string; description?: string; output?: string; }): Promise; export declare function pluginRunCommand(pluginId: string, options: { json?: boolean; }): Promise; //# sourceMappingURL=plugin.d.ts.map