export declare class PaginationDto { take?: number; skip?: number; }