import type { PageAdapter } from './browser.js'; import type { CaptureOptions } from './story-diff.types.js'; import type { Logger } from './logger.js'; export declare function captureStory(page: PageAdapter, storybookUrl: string, storyId: string, options?: CaptureOptions, logger?: Logger): Promise; //# sourceMappingURL=capture.d.ts.map