import { IExecuteFunctions } from 'n8n-workflow';
export declare function getCostCenters(this: IExecuteFunctions): Promise<any>;
