import type { TypeEncoder } from './encoder.js';
export declare const createJsonxTypeEncoder: (prettyPrint?: boolean) => TypeEncoder;
