/** * This function only capitalise the first letter of a string. */ export declare function capitalise(value: string): string;