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