export declare class PaginationDto {
    page?: number;
    limit?: number;
}
