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