import { JDBus } from "./bus"; export declare function startDevTools(): void; /** * Starts an external or in-page hosted developer tool window for jacdac * @param bus * @returns function to remove the devtools */ export declare function injectDevTools(bus: JDBus, options?: { dashboardUrl?: string; }): () => void; //# sourceMappingURL=devtools.d.ts.map