import { RequestHandler } from 'express';
import { Services } from 'src/dpr/types/Services';
export declare const automaticBookmarkConfig: {
    caseloads: {
        KMI: {
            reportId: string;
            variantId: string;
        }[];
        LEI: {
            reportId: string;
            variantId: string;
        }[];
    };
};
export default function setUpBookmarks(services: Services): RequestHandler;
