export default class UndoEntry {
    #private;
    constructor(value: string, selectionStart: number | null, selectionEnd: number | null, group: string | undefined);
    get group(): string | undefined;
    get selectionStart(): number | null;
    get selectionEnd(): number | null;
    get value(): string;
}
//# sourceMappingURL=UndoEntry.d.ts.map