export declare const kebabize: (str: string) => string; export declare const kebabizeDot: (str: string) => string;