export type { ImageType } from '@loaders.gl/images';
export type UrlOptions = {
    baseUrl?: string;
    index?: number;
    face?: number;
    lod?: number;
    direction?: string;
};
export type GetUrl = (options: UrlOptions) => string;
//# sourceMappingURL=texture-api-types.d.ts.map