import { startKeyDto } from './pagination.dto';
export declare const generatePaginationNextKey: (arr_start_keys: startKeyDto[]) => {};
