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