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