export class LineSetDescriptionTable extends StaticKnowledgeDataTable<any> {
    constructor();
    parse(json: any): LineSetDescription;
    linkOne(element: any, json: any, database: any, assetManager: any): Promise<void>;
    /**
     *
     * @param {LineSetDescription} element
     * @param database
     * @param errorConsumer
     */
    validateOne(element: LineSetDescription, database: any, errorConsumer: any): boolean;
}
import { StaticKnowledgeDataTable } from "../../../../knowledge/database/StaticKnowledgeDataTable.js";
import { LineSetDescription } from "./LineSetDescription.js";
//# sourceMappingURL=LineSetDescriptionTable.d.ts.map