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