import { Applet } from '../../types';
export declare const capture: (applet: Applet) => Promise<HTMLCanvasElement>;
