import type { ThreekitAxiosContext } from '../operators/HttpContext.js'; import type { ThreekitAuthProps } from '../ThreekitAuthProps.js'; export declare class Route { protected urlPrefix: string; protected context: ThreekitAxiosContext; constructor(auth: ThreekitAuthProps, urlPrefix: string); }