import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * Opens the Count palette (AutoCAD-style COUNTLIST). * * The palette lists visible model-space blocks with instance counts and * supports search, area filtering, selection, and zoom. Create Table is * intentionally not implemented. */ export declare class AcApCountListCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApCountListCmd.d.ts.map