import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Gets firmware compliance version for a device type
 * GET /firmware/v1/compliance
 *
 * @param this The n8n execution context
 * @returns Compliance version information
 */
export declare function getComplianceVersion(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
