import { JSONGuard } from '../definition'; export declare const string: JSONGuard; export declare const number: JSONGuard; export declare const boolean: JSONGuard; export declare const constant: (c: T) => JSONGuard;