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