import type { JsonValue } from '../api/serialization.ts'; export declare function toRaw(value: T): JsonValue;