export interface RemovedModule {
    readonly moduleSpecifier: string;
    readonly name: string;
}
