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