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