export interface PaginationParams { first?: number; skip?: number; } //# sourceMappingURL=types.d.ts.map