import type { AbstractRga, Chunk } from './AbstractRga'; /** Find the first visible chunk, if any. */ export declare const firstVis: (rga: AbstractRga) => Chunk | undefined;