export declare enum CoarseFragType {
    '' = 0,
    ANGULAR = 1,
    SUBANGULAR = 2,
    SUBROUNDED = 3,
    ROUNDED = 4,
}
