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