export interface IReflectTypeImport {
    file: string;
    instances: string[];
}
