import { ScreenShotRenderStrategy } from "../../../lib/type/application/ScreenShotPlan";
export declare const startCapture: (cancelCallback: Function | undefined, renderStrategy: ScreenShotRenderStrategy, screenShotImageController: HTMLCanvasElement) => Promise<MediaStream | null>;
export declare const stopCapture: () => void;
