import { authorization } from 'heat-sfdx-common';
/**
 * @name listMetadata
 * @description retrieves property information about metadata components in your organization.
 */
declare function listMetadata(authorization: authorization, config: any): Promise<string>;
export { listMetadata };
