import { JSONRPC_VERSION, RequestId, oResponse as Response, Result } from '@olane/o-protocol'; export declare class oResponse implements Response { jsonrpc: typeof JSONRPC_VERSION; id: RequestId; result: Result; constructor(config: Result & { id: RequestId; }); toJSON(): any; toString(): string; static fromJSON(json: any): oResponse; } //# sourceMappingURL=o-response.d.ts.map