import type { TypeDecoder } from './decoder.js';
export declare const createJsonxTypeDecoder: () => TypeDecoder;
