/**
 * The types of ties available
 */
export declare enum TieTypes {
    "SIMPLE" = "",
    "HAMMERON" = "H",
    "PULLOFF" = "P",
    "SLIDE" = "S",
    "TAPPING" = "T"
}
