export declare const byNextBatchIndex: <T extends {
    nextBatchIndex: bigint;
}>(tail: bigint) => ({ items }: {
    items: T[];
    offset: bigint;
    limit: bigint;
}) => bigint | undefined;
//# sourceMappingURL=next-batch-index.d.ts.map