import type { Server } from '@hapi/hapi';
import type { Factory } from '../index.js';
declare const _default: (server: Server, createFactory: () => Factory | Promise<Factory>) => void;
export default _default;
//# sourceMappingURL=routes.d.ts.map