import { ScreenShotMode } from "../../../lib/type/application/ScreenShotMode";
import { ScreenShotPlan, ScreenShotRenderStrategy } from "../../../lib/type/application/ScreenShotPlan";
export type { ScreenShotMode } from "../../../lib/type/application/ScreenShotMode";
export type { ScreenShotCaptureSource, ScreenShotPlan, ScreenShotRenderStrategy } from "../../../lib/type/application/ScreenShotPlan";
export declare const resolveRenderStrategy: () => ScreenShotRenderStrategy;
export declare const resolveScreenShotPlan: () => ScreenShotPlan;
export declare const resolveScreenShotMode: () => ScreenShotMode;
