import type { ServerData } from "../server-data";
export declare function useRowsBetween<T>(source: ServerData): (start: string, end: string) => string[];
