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