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