import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function handleBrandProtectionOperations(this: IExecuteFunctions, baseUrl: string, headers: Record<string, string>, i: number): Promise<INodeExecutionData>;
