import { PluginContext } from "@microsoft/teamsfx-api"; import { TokenCredentialsBase } from "@azure/ms-rest-nodeauth"; export declare class FrontendConfig { appName: string; subscriptionId: string; resourceNameSuffix: string; resourceGroupName: string; location: string; storageName: string; credentials: TokenCredentialsBase; localPath?: string; private constructor(); static fromPluginContext(ctx: PluginContext): Promise; } //# sourceMappingURL=configs.d.ts.map