import TinyAiInstance from './base.mjs';
import { TinyGoogleAi } from './services/Google.mjs';
import { setTinyGoogleAi } from './services/Google.mjs';
export { TinyAiInstance, TinyGoogleAi, setTinyGoogleAi };
