export type dashCase = (string: string) => string; export interface StringsCasesModule { dashCase: dashCase }