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