import * as webpack from 'webpack';
import { Options } from '../options';
export declare const getInclude: (context: webpack.LoaderContext<Options>) => (className: string, dirHash: string) => string;
