import { VerboseOptions } from '../is-handle-visible';
import { ElementHandle } from 'playwright';
export declare function isHandleEnabled(selector: ElementHandle<Element> | undefined | null, options: VerboseOptions): Promise<boolean>;
