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