import { Rule } from "../types.js";
export type CaseFn = (input: string | string[], delimiter?: string) => string;
/**
 * Get forced case for rule
 * @param rule to parse
 * @return transform function applying the enforced case
 */
export default function getCaseFn(rule?: Rule): CaseFn;
//# sourceMappingURL=case-fn.d.ts.map