import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * `INSERT` — opens the Blocks palette (AutoCAD Blocks palette / BLOCKSPALETTE). * * Placement itself is performed by selecting a block in the palette, which * starts the command-line `-INSERT` flow with optional session options. * * @see https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-E3413A03-8EEF-44D5-B5C7-8B345A9257FE */ export declare class AcApInsertPaletteCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApInsertPaletteCmd.d.ts.map