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