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