import { ExternalModule } from './peers/webpack'; export declare class TranspileExternalModule extends ExternalModule { originPath: string; constructor(request: string, type: string, originPath: string); identifier(): string; } //# sourceMappingURL=TranspileExternalModule.d.ts.map