declare const capitalise: (str: string) => string;
export { capitalise };
