// @flow

import {Foo} from './foo';

const foo: Foo = new Foo();

foo.
