import type { SearchSection } from '../../state/state-sections.js'; export declare function rankingInformationSelector(state: SearchSection): { result: import("../../ssr.index.js").Result; ranking: { documentWeights: import("./ranking-info-parser.js").DocumentWeights | null; termsWeight: import("./ranking-info-parser.js").TermWeightReport | null; totalWeight: number | null; qreWeights: import("./ranking-info-parser.js").QueryRankingExpressionWeights[]; } | null; }[];