import { authorization } from 'heat-sfdx-common';
/**
 * @name retrieve
 * @description retrieves XML file representations of components in an organization.
 */
declare function retrieve(authorization: authorization, config: any): Promise<string>;
export { retrieve };
