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