/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { DataverseSolution } from '../services/index.js'; import type { ListSolutionsContext } from '../Types/ActionTypes.js'; /** * Get all solutions from a Dataverse environment, ordered by friendly name. * The org URL is derived from the environment ID in the context. * * An optional case-insensitive search term filters solutions by friendly name * or unique name. * * @param {ListSolutionsContext} context * @returns {Promise} */ export declare function listSolutionsAsync(context: ListSolutionsContext): Promise; //# sourceMappingURL=ListSolutions.d.ts.map