import type { INodeProperties } from 'n8n-workflow';
/**
 * AP System Profile Configuration Operations
 * Manage AP system profiles in Aruba Central
 * API Reference: https://developer.arubanetworks.com/new-central-config/reference
 */
export declare const apProfileOperations: INodeProperties;
export declare const apProfileFields: INodeProperties[];
