import { Texture2D } from "regl";
export declare function updateDashTextureAndGetLength(texture: Texture2D, dashes: number[]): number;
