import { EditorPathOptions, Location } from "slate"; import { TEditor, Value } from "./TEditor"; /** * Get the path of a location. */ export declare const getPath: (editor: TEditor, at: Location, options?: EditorPathOptions) => import("slate").Path; //# sourceMappingURL=getPath.d.ts.map