import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * Opens the Missing / External Resources palette on the External References sub-tab. */ export declare class AcApXrefCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApXrefCmd.d.ts.map