export declare function isMaybeDictionaryOfArrayOfFunction(mixed: any): mixed is null | undefined | ({ [key: string]: (Function)[]; });