import type { Casing } from './types.js';
declare const apply: (value: string, casing: Casing) => string;
export default apply;
