import { Context } from "../context"; import { HashedTable, Structure, Table, FieldSymbol } from "../types"; export declare function fetchNextCursor(context: Context, cursor: number, target: Structure | Table | FieldSymbol | HashedTable, packageSize: number): Promise;