import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get ClearPass Policy Manager version information
 * GET /cppm-version
 */
export declare function getCppmVersion(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
