export declare const pascalToKebab: (str: string) => string;
