import { PluginObject } from 'vue'; export declare const tm: { sources: {}; po(en: string, data?: object): void; on(en: any, cb: (d: object) => any): void; }; declare const Tm: PluginObject; export default Tm;