import { Color } from "./ngl"; export declare type TypedArray = (Int8Array | Int16Array | Int32Array | Uint8ClampedArray | Uint8Array | Uint16Array | Uint32Array | Float32Array | Float64Array); export declare type NumberArray = number[] | TypedArray; export declare type GenericColor = number | string | Color;