export declare function capitalize(input: string): string; export declare function joinPathsCamelCase(...parts: (string | null | undefined)[]): string; export declare function joinPathsSnakeCase(...parts: (string | null | undefined)[]): string;