import { type postExposureEndpoint, type RpcCallType } from '@lynx-js/web-constants'; export declare function createExposureService(rootDom: Pick, postExposure: RpcCallType): { switchExposureService: (enable: boolean, sendEvent: boolean) => void; };