import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function getCampaignStats(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function getPlacementStats(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function updatePlacementMultiplier(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function getCreativeStatsByCampaignIds(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function getCreativeStatsByCreativeIds(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
