export interface SpawnCommand { command: string; args: string[]; shell?: boolean; } export declare function buildPm2SpawnCommand(pm2Script: string, args: string[], platform?: NodeJS.Platform, nodePath?: string): SpawnCommand; //# sourceMappingURL=pm2-command.d.ts.map