import { JSONGuard, JSONGuardResult } from '../definition'; export declare const nullable: (x: JSONGuard) => JSONGuard; export declare const json: JSONGuard; export declare const ignore: (x: T) => (_: unknown) => JSONGuardResult;