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