import type { Schema } from 'prosemirror-model'; import { Plugin } from 'prosemirror-state'; interface Args { schema: Schema; } export declare const yfmTableTransformPastedPlugin: ({ schema }: Args) => Plugin; export {};