import type { Engine } from "../../engine";
export declare function loadLineShape(engine: Engine): Promise<void>;
