import { Extension } from '@codemirror/state'; export declare const replaceHistory: import("@codemirror/state").StateEffectType; type ReplProps = { history?: string[]; }; export declare const replMode: ({ history }: ReplProps) => Extension[]; export {};