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