export declare function isPositiveInteger(x: any): x is number; export declare function isSafePositiveInteger(x: any): boolean;