import { CommandSimpleOptions } from '../command-base';
import { SpellingCommandBase } from './spelling-command-base';
export declare class ChangeSpellingErrorCommandBase extends SpellingCommandBase {
    protected changeSpellingError(options: CommandSimpleOptions<string>, firstPosition: number, length: number): void;
}
