declare namespace HTTPRequest { type URLQueryParamsWithProcessId = T & { /** The target process' ID. */ ["process-id"]: string; }; } export { HTTPRequest };