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