export declare class NumberingListIndexConstants {
    static readonly noNumberingList: number;
    static readonly listIndexNotSetted: number;
    static readonly minValue: number;
    static readonly maxValue: number;
}
