import type { RemoteServerRuntime } from './RemoteServerRuntime'; /** * Registers book listing and book source download routes. * * @private internal utility of `startRemoteServer` */ export declare function registerBookRoutes(runtime: RemoteServerRuntime): void;