import { GlideRecord } from "../types/GlideRecord"; export declare class GlobalAppMetaRecord { getApplicationName(): string; getApplicationSysId(): string; getName(): string; getSysClassName(): string; getSysId(): string; getType(): string; getUpdateName(): string; getUpdated(): string; isCustomized(): boolean; setupRecord(metadata?: GlideRecord): void; constructor(); }