import type { Command } from 'prosemirror-state'; import type { ExtensionDeps } from "../../../../core/index.js"; export declare const addQuoteLinkPlaceholder: (deps: ExtensionDeps) => Command;