import { IExecuteFunctions } from 'n8n-workflow';
export declare function getLiveLlmMentions(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsTopPages(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsTopDomains(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsAggregatedMetrics(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsCrossAggregatedMetrics(ef: IExecuteFunctions, i: number): Promise<any>;
