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