import { DrawingID, ObjectID, ScgObject } from '@buerli.io/core'; export declare function useDimensionSetId(drawingId: DrawingID, ownerId: ObjectID): ObjectID | undefined; export declare const isAngular: (dim: ScgObject) => boolean; export declare const isRadial: (dim: ScgObject) => boolean; export declare const isDiameter: (dim: ScgObject) => boolean;