export declare const PLUGIN_PM2_HOME: string; export declare const PLUGIN_PM2_PREFIX = "botmux-plugin-"; export declare function pluginPm2AppName(pluginId: string): string; export declare function runPluginPm2(args: string[], opts?: { inherit?: boolean; timeoutMs?: number; env?: Record; }): void; export declare function capturePluginPm2(args: string[], opts?: { timeoutMs?: number; env?: Record; }): string; //# sourceMappingURL=pm2.d.ts.map