import type { MakeThisBetterConfig } from './types.js'; declare const MakeThisBetter: { init(config: MakeThisBetterConfig): void; destroy(): void; setLocale(locale: string): void; /** * Opens annotation mode from the host's own UI. Pair with * `entryMode: 'api'` to replace the docked tab entirely, which is the only * good answer on a phone where a permanent floating control is in the way. */ open(): void; close(): void; /** Shows the docked tab on non-touch devices. Mobile entry UI belongs to the host. */ showLauncher(): void; hideLauncher(): void; }; export { MakeThisBetter }; export type { MakeThisBetterConfig }; //# sourceMappingURL=index.d.ts.map