import type { ConsoleRpcExtendedCtx, ExtendedRpcResult } from './contracts.js'; export declare function dispatchExtendedConsoleRpc(type: string, data: Record | undefined, ctx: ConsoleRpcExtendedCtx): Promise;