export declare const GET_LIST_QUERY_DTO_FACTORY_CONSTANT: {
    readonly LIST_MULTIPLE_OF: number;
    readonly MAXIMUM_LIST_LENGTH: number;
    readonly MAXIMUM_LIST_PAGES_COUNT: number;
    readonly MINIMUM_LIST_LENGTH: number;
    readonly MINIMUM_LIST_PAGES_COUNT: number;
    readonly NESTED_FILTER_PATH_SEGMENT_COUNT: number;
};
