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