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