import { ElementHandle, Frame, Page } from 'playwright'; import { CheckOptions } from '../check-handle'; export declare function uncheckHandle(selector: ElementHandle | undefined | null, name: string, page: Page | Frame | undefined, options: CheckOptions): Promise;