import { CadWipeoutBase } from './CadWipeoutBase.js'; import { ObjectType } from '../Types/ObjectType.js'; export declare class Wipeout extends CadWipeoutBase { get objectType(): ObjectType; get objectName(): string; get subclassMarker(): string; constructor(); } //# sourceMappingURL=Wipeout.d.ts.map