import { SmoConfigurationParams } from "./configuration"; /** * @internal */ export interface ScoreToRender { title: string; path: string; pages: number[]; } export declare function renderVexTests(config: Partial): Promise;