import { GlideRecord } from "../types/GlideRecord.js"; export declare class Updates { constructor(); getAction(): string; getCurrentPayload(): string; getCurrentRecord(): GlideRecord; getPayload(): string; getSysId(): string; getUpdateName(): string; isCollision(): boolean; isSkip(): boolean; next(): boolean; query(): boolean; referencesMissingTable(): boolean; setPayload(payload?: string): boolean; setSkip(skip?: boolean): boolean; } //# sourceMappingURL=Updates.d.ts.map