export declare const isEmpty: (obj: any) => boolean;
export declare const isValid: (obj: object) => boolean;
