import { FindConsistentOutlierChannelsOptions } from "../../types/analyzer.types.js"; import { NicheRepository } from "./niche.repository.js"; import { YoutubeService } from "../../services/youtube.service.js"; export declare const MIN_VIDEOS_FOR_ANALYSIS = 10; export declare function executeChannelPreFiltering(channelIds: string[], options: FindConsistentOutlierChannelsOptions, youtubeService: YoutubeService, nicheRepository: NicheRepository): Promise;