import { type RegisterOptions } from '@hapi/crumb'; import { type ServerRegisterPluginObject } from '@hapi/hapi'; import { type RouteConfig } from '~/src/server/types.js'; export declare const configureCrumbPlugin: (routeConfig?: RouteConfig) => ServerRegisterPluginObject;