import type { PrototypeStruct } from '../index.js'; interface ToCamelCase { toCamelCase(): string; } export declare const toCamelCase: PrototypeStruct; declare global { interface String extends ToCamelCase { } } export {}; //# sourceMappingURL=to-camel-case.d.ts.map