export function sampleFunction(x: string): string { return x + x; }