import { LanguageIso } from '../types'; export declare const log: (language: LanguageIso, appId: string, key: string) => void;