import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * STYLE command (shortcut ST): * opens the Text Style dialog for managing drawing text styles. */ export declare class AcApTextStyleCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApTextStyleCmd.d.ts.map