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