import type { CitationInfo, DatasetVersion, DatasetVersionListing, VersionFilters } from "./types.js"; export type FetchImplementation = typeof fetch; export declare function listVersionsFromUrl(versionsUrl: string, filters?: VersionFilters, fetchImpl?: FetchImplementation): Promise; export declare function getExactVersionFromUrl(versionsUrl: string, commitId: string, fetchImpl?: FetchImplementation): Promise; export declare function getCitationFromUrl(citationUrl: string, fetchImpl?: FetchImplementation): Promise; //# sourceMappingURL=version-client.d.ts.map