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