export declare const toKebabCase: (str: string) => string; export declare const validateDescriptionLength: (description: string, maxLength: number) => boolean;