import { webpack } from '@morjs/utils'; import { CustomLoaderOptions } from '../constants'; export default function PreprocessLoader(this: webpack.LoaderContext, fileContent: string): Promise;