export interface IFoo {
    bar: string;
}