import { Paging } from '../interfaces'; type Pager = (dtos: DTO[]) => DTO[]; export declare class PageBuilder { static build(paging: Paging): Pager; } export {};