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