import { Sketch } from "../types/index.js"; export declare const genSketchWithActivities: (activities: string[]) => Sketch;