import { type Compiler } from 'webpack'; export declare class ExternalRemotesPlugin { apply(compiler: Compiler): void; }