import { GlideRecord } from "../types/GlideRecord.js"; export declare class OutgoingChanges { constructor(); getAction(): string; static getAllFilesUpdateSets(sysAppSysId?: string): Record; getCurrentRecord(): GlideRecord; getPayload(): string; getUpdateName(): string; getUpdateSetSysId(): string; next(): boolean; query(): boolean; } //# sourceMappingURL=OutgoingChanges.d.ts.map