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