/** * Client entry point for DevTools * This is injected into the browser by the Vite plugin */ export declare function initDevTools(options?: { position?: "bottom-right" | "bottom-left" | "top-right" | "top-left"; }): void;