export declare enum CapStyle {
    Rectangular = "Rectangular",
    Rounded = "Rounded"
}
