import type { InvokeUIMethodPAPI } from '../../../types/index.js'; import type { BoundingClientRectService } from '../BoundingClientRectService.js'; export declare function createInvokeUIMethod(boundingClientRectService: BoundingClientRectService): InvokeUIMethodPAPI;