import type { Logger } from "@nestjs/common"; import type { ESBuildPlugin } from "../agent-loader.types"; export declare function createPathMappingPlugin(projectRoot: string, opts?: { logger?: Logger; quiet?: boolean; }): ESBuildPlugin; //# sourceMappingURL=path-plugin.d.ts.map