import type { ExtensionAuto } from "../../../core/index.js"; export { createFakeParagraph, findFakeParaPosForNodeSelection, findFakeParaPosForTextSelection, findFakeParaPosForCodeBlock, findFakeParaPosClosestToPos, } from "./commands.js"; export type { Direction as SelectionDirection } from "./commands.js"; export declare const Selection: ExtensionAuto;