import { type ICCMPColshapeOptions, CCMPColshape } from "./CCMPColshape";
import { type ICylinderColshape } from "../../common/colshape/ICylinderColshape";
export interface ICCMPCylinderColshapeOptions extends ICCMPColshapeOptions {
}
export declare class CCMPCylinderColshape extends CCMPColshape implements ICylinderColshape {
    constructor(options: ICCMPCylinderColshapeOptions);
}
