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