export declare enum ClothIdAttribute {
    OBJECT = "ClothIdAttribute_object"
}
export declare enum ClothSolverUniformName {
    SIZE = "tSize",
    POSITION0 = "tPosition0",
    POSITION1 = "tPosition1",
    NORMAL = "tNormal"
}
export declare enum ClothGeometryAttributeName {
    VISCOSITY = "viscosity",
    SPRING = "spring"
}
