export declare const useTranslate: (name?: string) => {
  translate: (key: string, ...args: unknown[]) => any
}
