import { b as CaseOptions, D as DotCase } from '../packem_shared/types-D2-6p7t1.cjs';
import '../packem_shared/types-BNbQJg02.cjs';
import '../utils.cjs';

declare const dotCase: <T extends string = string>(value?: T, options?: CaseOptions) => DotCase<T>;

export = dotCase;
