declare function isPositiveInt(n: number): boolean;

export { isPositiveInt as default };
