import webpack from 'webpack';
export interface EntryLoaderOptions {
filename?: string;
plugins?: boolean | (string | webpack.Plugin)[];
ignoredPlugins?: string[];
}
export declare function pitch(this: webpack.loader.LoaderContext, request: string): void;