import { PaginationController } from '~/core/liveCollection/PaginationController'; export declare class RSVPPaginationController extends PaginationController<'eventResponse', Amity.RSVPLiveCollection> { getRequest(queryParams: Amity.RSVPLiveCollection, token: string | undefined): Promise; } //# sourceMappingURL=PaginationController.d.ts.map