import { IExecuteFunctions } from 'n8n-workflow';
export declare function getGoogleSearchVolume(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getKeywordsForKeywords(ef: IExecuteFunctions, i: number): Promise<any>;
