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