import { Range, Descendant } from "slate"; export declare const findFirstAvailablePath: (data: Descendant[], end: boolean) => Range;