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