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