import type { Config, Report } from '../utils/types.js';
export declare const homePageHandler: (config: Config) => Promise<Report[]>;
