import { Field } from '../../model/fields/field';
import { SubDocument } from '../../model/sub-document';
import { Selection } from '../../selection/selection';
export declare class FieldCommandHelper {
    static findTocFieldBySelection(subDocument: SubDocument, selection: Selection): Field;
    private static isTocField;
}
