import type { FastifyInstance } from "fastify"; import { ChainForkConfig } from "@lodestar/config"; import { ApplicationMethods, FastifyRoutes } from "../../utils/server/index.js"; import { Endpoints } from "../routes.js"; export type KeymanagerApiMethods = ApplicationMethods; export declare function getRoutes(config: ChainForkConfig, methods: KeymanagerApiMethods): FastifyRoutes; export declare function registerRoutes(server: FastifyInstance, config: ChainForkConfig, methods: KeymanagerApiMethods): void; //# sourceMappingURL=index.d.ts.map