import { type ICylinderColshape } from "../../common";
import { type IRageColshapeOptions, RageColshape } from "./RageColshape";
export interface IRageCylinderColshapeOptions extends IRageColshapeOptions {
}
export declare class RageCylinderColshape extends RageColshape implements ICylinderColshape {
    constructor(options: IRageCylinderColshapeOptions);
}
