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