export declare function isMaybeBoolean(mixed: any): mixed is null | undefined | (boolean);