import { TextBitByBit, Point, GeometryHelper, Transforms, Vector, MathBitByBit, MeshBitByBit, Polyline, Line, Lists, IoBitByBit } from "@bitbybit-dev/base";
export declare class BaseBitByBit {
    readonly geometryHelper: GeometryHelper;
    readonly vector: Vector;
    readonly math: MathBitByBit;
    readonly transforms: Transforms;
    readonly lists: Lists;
    readonly point: Point;
    readonly line: Line;
    readonly polyline: Polyline;
    readonly mesh: MeshBitByBit;
    readonly textService: TextBitByBit;
    readonly io: IoBitByBit;
    constructor();
}
