export declare function isMaybeArrayOfDictionaryOfBoolean(mixed: any): mixed is null | undefined | (({ [key: string]: boolean; })[]);