import type { Messages } from "./messages"; /** Reactive message bundle for the active host locale. The plugin carries its * own translations (no host i18n dependency); it reads the locale off the * injected `BrowserPluginRuntime.locale` ref and falls back to English. * Same pattern as @mulmoclaude/html-plugin. */ export declare const useT: () => import("vue").ComputedRef; export type { Messages }; //# sourceMappingURL=index.d.ts.map