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