/*!
* Propylons
* Copyright(c) 2022 Xavier Raffin
* MIT Licensed
*//**
* Test if a string or number represents a valid positive (or strictly positive) integer.
*/exportdeclarefunctionisPositiveInteger(arg?: string | number, strictlyPositive?: boolean): boolean;