/**
 * Determine if Adblock is installed
 *
 * @returns boolean
 */
export default function hasAdblock(): boolean;
