import { b as CaseOptions, F as FlatCase } from '../packem_shared/types-BttWSSIk.js';
import '../packem_shared/types-BNbQJg02.js';
import '../utils.js';
declare const flatCase: <T extends string = string>(value?: T, options?: CaseOptions) => FlatCase<T>;
export = flatCase;