import { authorization } from 'heat-sfdx-common';
/**
 * @name readMetadata
 * @description returns one or more metadata components from your organization synchronously.
 */
declare function readMetadata(authorization: authorization, config: any): Promise<string>;
export { readMetadata };
