export function execIframeRPC({ service, body, config, customRpc, abortSignal, opts, }: { service: any; body: any; config: any; customRpc: any; abortSignal: any; opts: any; }): Promise;