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