declare function isNonEmptyString(item: unknown): boolean; declare function isNonEmptyString(item: unknown): item is T; export { isNonEmptyString };