export declare function parseProcCmdline(raw: string): string[]; export declare function isGatewayArgv(args: string[], opts?: { allowGatewayBinary?: boolean; }): boolean;