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