import { Point3d, YawPitchRollAngles } from "@itwin/core-geometry";
import { BRepEntity } from "@itwin/core-common";
export declare const brepData: {
    data: string;
};
export declare function createBRepDataProps(origin?: Point3d, angles?: YawPitchRollAngles): BRepEntity.DataProps;
//# sourceMappingURL=GeometryTestUtil.d.ts.map