export declare class Pagination {
    limit: string;
    next: string;
}
