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