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