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