import { CodeDir, CodeRW } from '@iteria-app/generator'; import { Translations } from '../../types'; export declare const getAllTranslations: (path: string, io: CodeRW & CodeDir) => Promise; export declare const handleShowAllTranslations: (event: any) => Promise;