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