export declare class SelfHostedInstanceAPIProcessor { constructor() extractZippedEntitlementDataIfAny(entitlementDataSysId: string): string processAppFamilies(appLineageAttachmentSysId: string): string processEventRegistryInfo(eventRegistryAttachmentSysId: string): string processGCFDefn(attachmentSysId: string): string processInstanceInfo(instanceInfoAttachmentSysId: string): string processRoleInfo(roleInfoAttachmentSysId: string): string processTableStatsDefn(attachmentSysId: string): string }