/**
 * Makes first letter of a string uppercase
 *
 * @public exported from `@promptbook/utils`
 */
export declare function capitalize(word: string): string;
