import { JSONGuard } from '../definition'; export declare const trimmed: JSONGuard; export declare const bounded: (maxLength: number) => JSONGuard;