// Type definitions for codegen.macro 3.0 // Project: https://github.com/kentcdodds/codegen.macro // Definitions by: Charlee Li // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function codegen(strings: TemplateStringsArray, ...values: any[]): any; export = codegen;