export declare type LineCapType = `butt` | `round` | `square`; export declare type LineJoinType = `bevel` | `round` | `miter`;