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