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