import { NodeExtension } from "../../../NodeExtension"; export default class Img extends NodeExtension { get name(): string; get schema(): any; commands({ type }: { type: any; }): () => any; }