import { type Page } from "./types.js"; export declare function page, T>(rows: R[], limit: number, map: (row: R) => T, timestamp?: (item: T) => string, id?: (item: T) => string): Page; //# sourceMappingURL=page.d.ts.map