import { ExportKind } from "./importTracker";
export type ExportMapInfoKey = string & {
    __exportInfoKey: void;
};
//# sourceMappingURL=exportInfoMap.d.ts.map