import { FIBONACCI_PROG } from './fib'; export namespace TestPrograms { export const Fibonacci = FIBONACCI_PROG; }