export declare const isBoolean: (thing: unknown) => thing is boolean;
