import type { ServerWithTools, ToolContext } from "./types.js"; export declare function registerDeviceTools(server: ServerWithTools, context: ToolContext): void; //# sourceMappingURL=devices.d.ts.map