export interface IBuilder {
  done();
  build();
}
