export declare function isDictionaryOfArrayOfFunction(mixed: any): mixed is { [key: string]: (Function)[]; };