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