/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { EnvironmentVariableDefinition } from '../services/index.js'; import type { ListAllEnvironmentVariablesContext } from '../Types/ActionTypes.js'; /** * Get environment variables from a Dataverse environment. * Expects the following arguments: * - envUrl: The environment URL for Dataverse data sources * * @param {ArgumentProvider} argumentProvider * @returns {Promise} */ export declare function listAllEnvironmentVariablesAsync(context: ListAllEnvironmentVariablesContext): Promise; //# sourceMappingURL=ListEnvironmentVariables.d.ts.map