import { DrawingID } from '@buerli.io/core'; /** * Check if ClassCAD is busy with one or multiple pending requests. * * @param drawingId The drawing id * @returns true, if some requests are pending */ export declare const useHasPending: (drawingId: DrawingID) => boolean;