import { Transaction, EditorState } from '../../prosemirror';
export declare function transformToCodeAction(state: EditorState<any>, from: number, to: number): Transaction;
