import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Delete Devices
 * DELETE /central/v2/labels/associations
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function deleteDevices(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
