import { BaseObject } from './baseObject';
export interface MakeTestNetwork extends BaseObject {
}
