import { IsEmptyStrType as _IsEmptyStrType } from './is-empty'; import { IsStrType as _IsStrType } from './is-str'; export declare const IsEmptyStrType_Name = "IsEmptyStrType"; export type IsEmptyStrType = _IsEmptyStrType; export declare const IsStrType_Name = "IsStrType"; export type IsStrType = _IsStrType; export declare const StrUtil_Name = "StrUtil"; export declare const StrUtil: { isEmpty: IsEmptyStrType; isStr: IsStrType; };