import { TsEnumType } from "kryo/types/ts-enum"; export declare enum CapStyle { Round = 0, None = 1, Square = 2 } export declare const $CapStyle: TsEnumType;