import type { Caching } from '../shared.js'; import type { ThreekitAxiosContext } from './HttpContext.js'; export declare const getById: (context: ThreekitAxiosContext, id: string, caching?: Caching) => Promise>;