import { IExecuteFunctions } from 'n8n-workflow';
export declare function createMaterial(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function updateMaterial(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function deleteMaterial(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function getMaterials(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<any>;
export declare function getBannerSizes(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function uploadMedia(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
