export interface BitmapPositionLength { /** coordinate for use with a bitmap rendering scope */ position: number; /** length for use with a bitmap rendering scope */ length: number; }