import { DrawingID, ObjectID } from '@buerli.io/core'; export declare const useAllObjects: (drawingId: DrawingID) => ObjectID;