export type ExportPathInfo = {
    originalPath: string;
    modifiedPath: string;
    exports?: string[];
};
