import { InsightClient } from "./client";
export declare class InsightACMPEnvService {
    readonly cmp: InsightClient;
    constructor(cmp: InsightClient);
    get<T extends object>(): Promise<T>;
}
//# sourceMappingURL=acmpEnv.d.ts.map