import { type Server } from '@hapi/hapi'; export declare const server: Server; export declare const serverWithSaveAndExit: Server;