import { BrowserTypes, BrowserContextOptions } from '../typings'; export declare const useScreenshot: (browserType: BrowserTypes | 'storybook', browserOptions?: BrowserContextOptions) => { error: string; getSnapshot: () => void; loading: boolean; screenshot: import("../api/typings").GetScreenshotResponse; };