import { DrawingID } from '@buerli.io/core'; /** * Check if ClassCAD is busy with loading something. * * @param drawingId The drawing id * @returns true, if something is loading */ export declare const useIsLoading: (drawingId: DrawingID) => boolean;