declare global { interface String { toSnakeCase(): string; } } export {}; export declare const toSnakeCase: (word: string) => string; //# sourceMappingURL=SnakeCase.d.ts.map