/// <reference types="vite/client" />

export declare global {
    interface Window {
        __open_devtools_panel__: () => void;
    }
}