import { HubSpotBaseAction } from '../hubspot-base.action';
import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base';
/**
 * Action to update an existing deal in HubSpot
 */
export declare class UpdateDealAction extends HubSpotBaseAction {
    /**
     * Update a deal's information
     */
    protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>;
    /**
     * Get display name for HubSpot field
     */
    private getHubSpotFieldDisplayName;
    /**
     * Define the parameters this action expects
     */
    get Params(): ActionParam[];
    /**
     * Metadata about this action
     */
    get Description(): string;
}
//# sourceMappingURL=update-deal.action.d.ts.map