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