import { Simplex } from "."; export declare class GeometricSimplex extends Simplex { options: any; constructor(simplex: Simplex, opts: any); }