import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * qselect command: * opens the Quick Select dialog so users can filter entities and update * the active selection set by conditions. */ export declare class AcApQSelectCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApQSelectCmd.d.ts.map