import type { LoaderContext } from 'webpack'; export type RscServerLoaderOptions = { appDir: string; runtimePath?: string; }; export default function rscServerLoader(this: LoaderContext, source: string): Promise;