import { AcApContext } from '../../app'; import { AcEdCommand } from '../../editor'; /** * Command to create one or more rays from a common start point. */ export declare class AcApRayCmd extends AcEdCommand { constructor(); execute(context: AcApContext): Promise; } //# sourceMappingURL=AcApRayCmd.d.ts.map