import { authorization } from 'heat-sfdx-common';
/**
 * @name checkDeployStatus
 * @description checks the status of declarative metadata call deploy().
 */
declare function checkDeployStatus(authorization: authorization, config: any): Promise<string>;
export { checkDeployStatus };
