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