/**
 * @param resolve callback that take a module endpoint as entry and the right .js file that is imported
 */
export default function addJsExtensions(content: string, resolve: (imported: string) => string): string;
