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