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