import { NodeRuntimeImpl, RuntimeImpl } from '../impl/runtime-impl'; export declare class Runtime extends RuntimeImpl { constructor(config: C, nextCallId: number, maxResponseSize: bigint); } export declare class NodeRuntime extends NodeRuntimeImpl { constructor(config: C, nextCallId: number, maxResponseSize: bigint); }