import { Dialog, Frame, Page } from 'playwright'; export declare function cancelDialog(dialog: Dialog | undefined, page: Page | Frame | undefined, onCanceled: () => Promise | void): Promise;