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