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