/**
 * @name get-metadata-objects.ts
 * @description getMetadataObjects
 */
import { authorization } from 'heat-sfdx-common';
/**
 * @name getMetadataObjects
 * @description call describeMetadata() and get value of result.metadataObjects
 */
declare function getMetadataObjects(authorization: authorization, config: any): Promise<any>;
export { getMetadataObjects };
