/** * Draw an array of rendering instructions into a 2D canvas drawing context. */ declare function draw(ctx: any, items: Array): void; export default draw;