interface Foo {
    bar: () => void,
}
declare const foo: Foo;

export = foo;