/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. */ import { PlacetypeDataSource, type PlacetypeDataSourceOptions } from "./PlacetypeDataSource.ts"; export { tryWithBackoff } from "./backoff.ts"; export declare class DataSourceCache extends DisposableStack { #private; [Symbol.toStringTag]: string; [Symbol.dispose](): void; open({ placetype, languageCode, dataDirectory }: PlacetypeDataSourceOptions): PlacetypeDataSource; } //# sourceMappingURL=DataSourceCache.d.ts.map