export declare class PaginationDto {
    limit: number;
    skip: number;
}
