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