export declare function toString(value: unknown): string; export declare const kebabCase: (value: string) => string; export declare const camelCase: (value: string) => string; //# sourceMappingURL=string.d.ts.map