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