import type { GetContext } from 'ilingo';
import type { Ref } from 'vue';
type Input = Omit<GetContext, 'group'>;
export declare function useTranslationsForGroup<T extends Input>(group: string, elements: T[]): Record<`${T['key']}`, Ref<string>>;
export {};
//# sourceMappingURL=helpers.d.ts.map