import { type ComputedRef } from 'vue'; import type { MinibrowserContext } from './types'; export declare const useMinibrowser: () => { context: ComputedRef>; };