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