interface PluginCliDeps { argv: string[]; version: string; /** Daemon port from the loaded config (falls back to the default). */ port: number; homeDir: string; stdout: (s: string) => void; stderr: (s: string) => void; } export declare function runPlugin(deps: PluginCliDeps): number; export {}; //# sourceMappingURL=plugin.d.ts.map