export function sampleFunction(x: string): string { return x + x; } export * from "./core"; export * from "./utils";