import { type ICylinderColshape } from "../../common";
import { AltVColshape, type IAltVColshapeOptions } from "./AltVColshape";
export interface IAltVCylinderColshapeOptions extends IAltVColshapeOptions {
}
export declare class AltVCylinderColshape extends AltVColshape implements ICylinderColshape {
    constructor(options: IAltVCylinderColshapeOptions);
}
