export declare class ScopedKMFKaaProfile { constructor(); getCustomerId(): string; getInstanceGroup(): string; getInstanceId(): string; getInstanceName(): string; getServiceUrl(): string; isServiceType(serviceType: string): boolean; isSubIdentity(key: string, value: string): boolean; }