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