export declare const LIST_DTO_CONSTANT: {
    readonly MAXIMUM_LIST_LENGTH: number;
    readonly MAXIMUM_LIST_PAGES_COUNT: number;
    readonly MINIMUM_LIST_LENGTH: number;
    readonly MINIMUM_LIST_PAGES_COUNT: number;
};
