import { IExecuteFunctions } from 'n8n-workflow';
export declare function getCostCenters(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[]>;
