import "./flash-log";
import "./flash-progress";
import type { InstallButton } from "./install-button";
export declare const startFlash: (button: InstallButton) => Promise<void>;
