import { Translations } from '../config/translations'; /** * Hook to access translations from the agent runtime config. * Falls back to default English translations if not provided. */ export declare const useTranslations: () => Translations; //# sourceMappingURL=useTranslations.d.ts.map