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