import * as webpack from "webpack"; //#region src/plugins/RemotePublicPathRuntimeModule.d.ts declare const RuntimeModule: typeof webpack.RuntimeModule; declare class AutoPublicPathRuntimeModule extends RuntimeModule { private options; constructor(options: any); /** * @returns {string} runtime code */ generate(): string; } export = AutoPublicPathRuntimeModule; //# sourceMappingURL=RemotePublicPathRuntimeModule.d.ts.map