import { OpenCascadeInstance, TopoDS_Face } from "../../../bitbybit-dev-occt/bitbybit-dev-occt";
import { OccHelper } from "../../occ-helper";
import * as Inputs from "../../api/inputs/inputs";
export declare class OCCTSurfaces {
    private readonly occ;
    private readonly och;
    constructor(occ: OpenCascadeInstance, och: OccHelper);
    cylindricalSurface(inputs: Inputs.OCCT.GeomCylindricalSurfaceDto): import("../../../bitbybit-dev-occt/bitbybit-dev-occt").Geom_CylindricalSurface_1;
    surfaceFromFace(inputs: Inputs.OCCT.ShapeDto<TopoDS_Face>): import("../../../bitbybit-dev-occt/bitbybit-dev-occt").Geom_Surface;
}
