import { FragmentBaseDescription } from "./FragmentBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class LineFragmentDescription extends FragmentBaseDescription { static $t: Type; protected get_type(): string; constructor(); }