import { AxiosInstance } from 'axios'; export declare abstract class PaginationNoPageController { private queryParams; protected http: AxiosInstance; constructor(queryParams: TQueryParams); onFetch(): Promise; abstract getRequest(queryParams: TQueryParams): Promise; } //# sourceMappingURL=PaginationNoPageController.d.ts.map