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