import { type ISphereColshape } from "../../common";
import { AltVColshape, type IAltVColshapeOptions } from "./AltVColshape";
export interface IAltVSphereColshapeOptions extends IAltVColshapeOptions {
}
export declare class AltVSphereColshape extends AltVColshape implements ISphereColshape {
    constructor(options: IAltVSphereColshapeOptions);
}
