/** * Draw a random number of lines on the canvas */ export default function drawRandomLines(canvas: HTMLCanvasElement, backgroundColor: string, minLines: number, maxLines: number): void; //# sourceMappingURL=drawRandomLines.d.ts.map