import { GlideQueryCondition } from "../types/index.js"; export declare class CMDBRetirementScriptableApi { static getAllRetirementDefinitions(): any; static getFullEncodedQuery(tableStr?: string, policyType?: string): string; static getFullEncodedQueryCombined(tableStr?: string, policyTypeId?: string, encodedQuery?: string, table?: string): string; static getFullEncodedQueryCondition(tableStr?: string, policyType?: string): GlideQueryCondition; static getIsRetired(sysId?: string): boolean; static getRetirementDefinition(sysId?: string): string; static getRetirementDefinitionForClass(table?: string): string; static getSimpleEncodedQuery(table?: string): string; } //# sourceMappingURL=CMDBRetirementScriptableApi.d.ts.map