declare class SwarmProcessPipeName { static readonly LAUNCH_JOIN_SWARM = "launch join swarm"; static readonly LAUNCH_REPORT_SWARM_STATS = "launch report swarm stats"; static readonly LAUNCH_OBTAIN_SWARM_USERS = "launch obtain swarm users"; static readonly LAUNCH_CONNECT_SWARM_USER = "launch connect swarm user"; static readonly LAUNCH_REPORT_RESOURCE_STAT = "launch report resource stat"; static readonly LAUNCH_REPORT_RESOURCE_STATS = "launch report resource stats"; static readonly LAUNCH_LEAVE_SWARM = "launch leave swarm"; } export { SwarmProcessPipeName };