import { Plugin } from "../../types/Plugin.mjs"; //#region src/strategy/classic/runtime-only.d.ts declare const name = "classic"; declare const onBrowserObjectStart: Plugin<'onBrowserObjectStart'>; //#endregion export { name, onBrowserObjectStart };