The number has no type: You could solve the issue as follows: `declare module "color-interpolate" { function interpolate(palette: string[]): (value:number) => string export = interpolate }`