import { PluginContext } from "@microsoft/teamsfx-api"; export declare class LocalDebugConfig { localEndpoint?: string; localBotId?: string; localBotPassword?: string; localObjectId?: string; localRedirectUri?: string; botRegistrationCreated(): boolean; restoreConfigFromContext(context: PluginContext): Promise; saveConfigIntoContext(context: PluginContext): void; } //# sourceMappingURL=localDebugConfig.d.ts.map