import type { Linefill, Line, color } from '../types'; export declare function new_linefill(line1: Line, line2: Line, fillColor?: color): Linefill; export declare function get_line1(id: Linefill): Line; export declare function get_line2(id: Linefill): Line; export declare function set_color(id: Linefill, fillColor: color): Linefill; export declare function delete_linefill(_id: Linefill): void; export { new_linefill as new }; //# sourceMappingURL=index.d.ts.map