/**
* @fileoverview Mapped type utils copied from the "type-fest" package to avoid a dependency on that package
* (it caused surprising compilation errors downstream).
*/exporttype { PascalCase } from"./pascal-case";
exporttype { ScreamingSnakeCase } from"./screaming-snake-case";