import { Struct } from 'superstruct'; export declare const message: (struct: Struct, message: string) => Struct; export declare const notFutureDate: Struct; export declare const afterDate: (date: Date, parser?: (v: string) => Date) => Struct; export declare const zipString: () => Struct; export declare const email: () => Struct; export declare const empty: () => Struct;