import { HandledRoute } from './handledRoute.interface'; export declare const addOptionalRoutes: (routeList?: string[]) => Promise;