export interface ListEventsParams { limit?: number; startingAfter?: string; endingBefore?: string; } //# sourceMappingURL=request-params.d.ts.map