declare class TestAttachment {
  name: string;
  path: string;
}

declare namespace TestAttachment { }

export = TestAttachment;