import { NextConfig } from 'next'; import { RawLoaderDefinition } from 'webpack'; interface LoaderOptions { filename: string; nextConfig: NextConfig; } declare const nextImageLoaderStub: RawLoaderDefinition; export { nextImageLoaderStub as default };