import type { IPluginBridge } from '../types'; export declare const usePluginBridge: () => IPluginBridge | undefined;