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