export declare function promiseArrayOfNullOrUndefined(name: string, mixed: any): Promise<(null | undefined)[]>;