export declare function isDictionaryOfMaybeFunction(mixed: any): mixed is ((null | undefined | (Function)) | null | undefined)[];