/opt/canhelp/node_modules/next/dist/build/webpack/loaders/next-flight-loader
Edit: /opt/canhelp/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.d.ts (403B)
import { type javascript, type LoaderContext, type webpack } from 'next/dist/compiled/webpack/webpack';
type SourceType = javascript.JavascriptParser['sourceType'] | 'commonjs';
export declare function getAssumedSourceType(mod: webpack.Module, sourceType: SourceType): SourceType;
export default function transformSource(this: LoaderContext
, source: string, sourceMap: any): void;
export {};