import { NativeObject } from "../imports/NativeObject.js"; import { GlideRecord } from "../types/GlideRecord.js"; export declare class ProcessSyncQueueAPIHelper { constructor(); createAttachmentKey(attachmentMetadata?: NativeObject, remoteSystem?: GlideRecord): NativeObject; getAttachmentId(attachmentKey?: string, remoteSystemExtId?: string): string; triggerMoveAttachmentsAction(correlationId?: string): string; triggerPushAttachmentSubflow(attachmentIds?: Array, correlationId?: string, remoteSystemExtId?: string): string; updateInboundQueue(sourceItemId?: string, remoteObjectId?: string, remoteSystemId?: string, processEvent?: string, operation?: string, payload?: string, scope?: string): void; } //# sourceMappingURL=ProcessSyncQueueAPIHelper.d.ts.map