import type * as React from 'react';
import { type Plugin } from 'slate-react';
export declare function RunnerPlugin({ handler }: {
    handler?: (e: React.KeyboardEvent) => void;
}): Plugin;
