declare class InterpolationUtil { static interpolate(source: string, args: (string | number)[]): string; } export default InterpolationUtil;