import { LoaderContext } from 'webpack';
export declare function pitch(this: LoaderContext<{}>, request: any): string;
