/**
 * Check if argument is Boolean
 * @param arg
 * @returns {boolean}
 */
export declare function isBoolean(arg: unknown): arg is boolean;
