export declare function isMaybeFunction(mixed: any): mixed is null | undefined | (Function);