export declare function assertDictionaryOfUndefined(name: string, mixed: any): ({ [key: string]: undefined; }) | never;