import { AbstractAgentConfiguration } from "../common/AbstractAgentConfiguration"; export declare class BskyAgentConfiguration extends AbstractAgentConfiguration { static ID: string; handle: string; appPassword: string; constructor(handle: string, appPassword: string, activated: boolean); }