import { ui } from "./lod-processing-register-i18n"; export declare function useTranslations(lang: keyof typeof ui): (key: string) => any; export declare function debounce void>(func: T, wait: number): (...args: Parameters) => void;