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