import { Runtype } from './runtype'; export declare const jsonRuntype: Runtype; /** * A String that is valid json */ export declare function json(rt: Runtype): Runtype;