import type * as d from '@stencil/core/internal'; import { ScreenshotConnector } from './connector-base'; export declare class ScreenshotLocalConnector extends ScreenshotConnector { publishBuild(results: d.ScreenshotBuildResults): Promise; getScreenshotCache(): Promise; updateScreenshotCache(cache: d.ScreenshotCache, buildResults: d.ScreenshotBuildResults): Promise; }