import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; 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; } //# sourceMappingURL=GlideUninstallApplicationInfo.d.ts.map