export declare function notBlank(): (val: any, key: any) => any; export declare function notNull(): (val: any, key: any) => any; export declare function isTrue(val: any): (val: any) => string; export declare function isFalse(): (val: any) => string;