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