import { authorization } from 'heat-sfdx-common';
/**
 * @name deploy
 * @description uses file representations of components to create, update, or delete those components in a Salesforce org.
 */
declare function deploy(authorization: authorization, config: any): Promise<string>;
export { deploy };
