import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get Client Match Steering History
 * GET /cm-api/ap/{serial}/client-match/steer-history
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getClientMatchSteerHistory(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
