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