export declare const commands: (import("@milkdown/utils").$Command | import("@milkdown/utils").$Command<{ row?: number; col?: number; }> | import("@milkdown/utils").$Command<{ from?: number; to?: number; pos?: number; }> | import("@milkdown/utils").$Command<{ index: number; pos?: number; }> | import("@milkdown/utils").$Command<"left" | "center" | "right">)[]; //# sourceMappingURL=commands.d.ts.map