export declare const isBoolean: (data: unknown) => data is boolean; export declare const isBooleans: (data: unknown) => data is boolean[];