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