import * as t from 'io-ts'; export declare const stringify: (v: any) => string; export declare const getContextPath: (root: string, context: t.Context) => string; export declare const getMessage: (name: string, e: t.ValidationError) => string;