import { Context } from "../imports/Context"; import { Function } from "../imports/Function"; export declare class GlideUninstallApplicationInfo { constructor( cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean ); getActive(): boolean; getApplicationName(): string; getError(): string; getExtensionWarningCount(): number; getFieldWarningCount(): number; getNumFieldsOnOtherTables(): number; getNumOtherTablesThatHaveFields(): number; getNumRowsOfData(): number; getNumTables(): number; getNumTablesWithoutScopePrefix(): number; getRcCount(): number; getRcSize(): number; getRcTableLabel(): string; getRcTableName(): string; getRcTableUrl(): string; getWAppClass(): string; getWAppId(): string; getWAppName(): string; getWAppScope(): string; getWAppUrl(): string; getWObjectClass(): string; getWObjectLabel(): string; getWObjectName(): string; getWObjectSysId(): string; getWObjectUrl(): string; getWReason(): string; getWTableId(): string; getWTableLabel(): string; getWTableName(): string; getWTableUrl(): string; static isAppBootstrapped(appName?: string): boolean; rcNext(): boolean; wNext(): boolean; }