export declare function isStringAndNotEmpty(str: any): any; export declare function isString(str: any): boolean; export declare function validateHasError(str: string | any): { error: boolean; };