/**
 * Turn first letter in the string to capital
 * @example "text" will become "Text"
 * @param {string} string
 * @returns {string}
 */
export function string_capitalize(string: string): string;
//# sourceMappingURL=string_capitalize.d.ts.map