import type { RenderProgress } from './types'; export declare function getRenderProgress({ sandboxId, cmdId }: { sandboxId: string; cmdId: string; }): Promise;