import { authorization } from 'heat-sfdx-common';
/**
 * @name deployRecentValidation
 * @description deploys a recently validated component set without running Apex tests.
 */
declare function deployRecentValidation(authorization: authorization, config: any): Promise<string>;
export { deployRecentValidation };
