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