import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; export declare class AcApPointStyleCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApPointStyleCmd.d.ts.map