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