///
import { Cache } from './cache';
import { Tileset } from './tileset';
import { Options } from './types';
declare type Translate = {
filename: string;
options?: Partial;
cache?: Cache;
};
/**
* Generates a 3D-Tiles file translation of an EPT dataset at the virtual path
* /ept-tileset/. So the virtual "tileset.json" for an EPT
* dataset at path "\~/entwine/autzen/ept.json" would be at
* "\~/entwine/autzen/ept-tileset/tileset.json".
*/
export declare function translate({ filename, cache, options }: Translate): Promise;
export {};
//# sourceMappingURL=translate.d.ts.map