export declare abstract class AbstractAgentConfiguration { activated: boolean; id: string; constructor(activated: boolean); }