import type { ByteArray, JsonValue } from '../api/serialization.ts'; import { type Result } from './result.ts'; export declare function toBytes(value: JsonValue): Result; export declare function fromBytes(bytes: ByteArray): Result;