export function echo(input: string): string {
  return input
}
