export declare function isPositiveInteger(expr: string | number): boolean;
