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