import type { ConstantsAST } from "./types"; declare function generateConstants(types: ConstantsAST[]): string; export { generateConstants }; //# sourceMappingURL=generateConstants.d.ts.map