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