/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { CsdlOperation } from '../services/index.js'; import type { FindDataverseApiContext } from '../Types/ActionTypes.js'; /** * Search Dataverse operations using the OData $metadata CSDL document. * The org URL is derived from the environment name in the context. * * @param {FindDataverseApiContext} context * @returns {Promise} */ export declare function findDataverseApiAsync(context: FindDataverseApiContext): Promise; //# sourceMappingURL=FindDataverseApi.d.ts.map