export declare class ProcessSyncInboundQueueIngester { 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 constructor() }