import type { Rspack } from '@rsbuild/core'; type Context = { mapFile: string; loaderId: string; clientData?: boolean; action: boolean; inline: boolean; routeId: string; retain: boolean; }; export default function loader(this: Rspack.LoaderContext, source: string): Promise; export {};