import type { NextJsLoaderContext } from './types'; declare function nextBabelLoaderOuter(this: NextJsLoaderContext, inputSource: string, inputSourceMap?: any): void; export default nextBabelLoaderOuter;