export function cut({ shape, tools }: {
    shape: any;
    tools: any;
}): import('../../opencascade/opencascade').TopoDS_Shape;
