import { NicheAnalysisOutput, FindConsistentOutlierChannelsOptions } from "../../types/analyzer.types.js"; import type { ChannelCache } from "../../types/niche.types.js"; export declare function formatAndRankAnalysisResults(analysisResults: ChannelCache[], // <-- NEW, SIMPLER INPUT options: FindConsistentOutlierChannelsOptions, // <-- NEED THIS FOR OUTLIER MAGNITUDE quotaExceeded: boolean): NicheAnalysisOutput;