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