/**
 * ---------------------------------------------------------------------
 * 🔒 AUTOGENERATED BY VENDORISM
 * Removing this comment will prevent it from being managed by it.
 * ---------------------------------------------------------------------
 */
/** Converts the first letter of a string to uppercase */
export declare function uppercaseFirstLetter(string: string): string;
