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