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