import type { IManagedApplicationSummary, IManagedResourceEventHistory } from '../domain'; export declare const getKindName: (kind: string) => string; export declare const getResourceKindForLoadBalancerType: (type: string) => "classic-load-balancer" | "application-load-balancer"; export declare class ManagedReader { private static decorateResources; static getApplicationSummary(app: string): PromiseLike>; static getResourceHistory(resourceId: string): PromiseLike; }