1 2 3 4
declare function toSnakeCase(str: string): string; declare module 'to-snake-case' { export = toSnakeCase; }