interface IProps { namespace: string; apiName: string; apiParams?: unknown; } export default function callJSBridge(props: IProps): Promise; export {};