import ContextInterface from './interfaces/context';
export default function useLaravelReactI18n<T extends string = string>(): ContextInterface<T>;
