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