import type { Attribs, Vec2Like } from "./api.js";
export declare const line: (a: Vec2Like, b: Vec2Like, attribs?: Attribs, ...body: any[]) => any[];
export declare const hline: (y: number, attribs?: any) => any[];
export declare const vline: (x: number, attribs?: any) => any[];
//# sourceMappingURL=line.d.ts.map