import { FxError, Result } from "@microsoft/teamsfx-api"; declare class EnvironmentManager { private readonly ajv; constructor(); listAllEnvConfigs(projectPath: string): Promise, FxError>>; listRemoteEnvConfigs(projectPath: string, returnErrorIfEmpty?: boolean): Promise, FxError>>; private getTestToolEnv; getExistingNonRemoteEnvs(projectPath: string): Promise; } export declare const environmentManager: EnvironmentManager; export {}; //# sourceMappingURL=environment.d.ts.map