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