export default class I18n { static info(code: string, ...restArgs: string[]): string; static error(code: string, ...restArgs: string[]): string; }