export interface BrowserApi { takeScreenshot(filePath: string, selector: string, options: { timeout?: number | undefined; animations?: boolean | undefined; } | undefined): Promise; } //# sourceMappingURL=types.d.ts.map