export declare function assertArrayOfMaybeNull(name: string, mixed: any): (((null | undefined | (null)) | null | undefined)[]) | never;