import { authorization } from 'heat-sfdx-common';
/**
 * @name describeValueType
 * @description retrieves the metadata describing a given metadata type (value type).
 */
declare function describeValueType(authorization: authorization, config: any): Promise<string>;
export { describeValueType };
