declare const reverse: (string: string) => string;
export default reverse;
