type Exports = string | { require?: string | Record; import?: string | Record; default?: string | Record; }; export declare function rewriteExports(exports: Record, distDir: string): { [x: string]: Exports; }; export {}; //# sourceMappingURL=rewrite-exports.d.ts.map