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