export declare function isEmpty(obj: any): boolean;
export declare function isBlank(obj: any): boolean;
export declare function isPresent(obj: object): any;
export declare function isFileThatExists(pathString: string): boolean;
export declare function isDirectoryThatExists(pathString: string): boolean;
export declare type ValidationFeedback = {
    [k: string]: string[];
};
//# sourceMappingURL=validators.d.ts.map