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