import type webpack from 'webpack'; export type InvalidImportLoaderOpts = { message: string; }; declare const nextInvalidImportErrorLoader: webpack.LoaderDefinitionFunction; export default nextInvalidImportErrorLoader;