import type { Command } from "./Core";
import type { DrawingContext } from "./DrawingContext";
export declare function replay(ctx: DrawingContext, commands: Command[]): void;
