import type { RuleEntry } from './types'; /** * Get forced case for rule * @param rule to parse * @return transform function applying the enforced case */ export default function getForcedCaseFn(rule?: RuleEntry): (input: string) => string; //# sourceMappingURL=get-forced-case-fn.d.ts.map