import { PaintLineParams } from "../types/types.ts"; export declare const paintLine: ({ context, color, rounded, x, y, w, h, }: PaintLineParams) => void;