import type { Engine } from "../../engine";
export declare function loadStrokeColorUpdater(engine: Engine): Promise<void>;
