export interface ImportSpecifierStructure {
    name: string;
    alias?: string;
}
