import { PicGo } from 'picgo'; export declare const initI18n: (ctx: PicGo) => void; export declare const T: (ctx: PicGo) => (key: ILocalesKey, args?: any) => string;