import { NativeObject } from "../imports/NativeObject"; import { GlideRecord } from "../types/GlideRecord"; export declare class ProcessSyncQueueAPIHelper { 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; constructor(); }