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