export declare function assertIsPositiveInteger(input: unknown, error?: string | Error): asserts input is number;