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