export declare function assertMaybeFunction(name: string, mixed: any): (null | undefined | (Function)) | never;