import type { ThreekitAuthProps } from './ThreekitAuthProps.js'; export declare const getAuthToken: (auth: ThreekitAuthProps) => string; export declare const createThreekitAxios: (auth: ThreekitAuthProps) => import("axios").AxiosInstance;