export declare class ProcessSyncInboundQueueIngester { constructor(); ingest(): string; withDomain(domain?: string): ProcessSyncInboundQueueIngester; withLocalItemId(localCorrelationId?: string): ProcessSyncInboundQueueIngester; withOperation(operation?: string): ProcessSyncInboundQueueIngester; withPayload(payload?: string): ProcessSyncInboundQueueIngester; withProcessEvent(processEvent?: string): ProcessSyncInboundQueueIngester; withRemoteSystem(remoteSystemSysId?: string): ProcessSyncInboundQueueIngester; withwithRemoteCorrelationId(remoteCorrelationId?: string): ProcessSyncInboundQueueIngester; } //# sourceMappingURL=ProcessSyncInboundQueueIngester.d.ts.map