let foo = 1;

export { foo };

export default interface Foo {
    bar: string;
}
