export declare function isDictionaryOfMaybeNull(mixed: any): mixed is ((null | undefined | (null)) | null | undefined)[];