export { ScreenshotsComputed as Screenshots }; declare const ScreenshotsComputed: typeof Screenshots & { request: (dependencies: import("../index.js").Trace, context: LH.Artifacts.ComputedContext) => Promise<{ timestamp: number; datauri: string; }[]>; }; declare class Screenshots { /** * @param {LH.Trace} trace * @return {Promise>} */ static compute_(trace: LH.Trace): Promise>; } //# sourceMappingURL=screenshots.d.ts.map