bpms_site/.svn/pristine/de/de4b867cfa8bbc8229f763b38dbe649ce57a95bf.svn-base
2025-11-02 16:38:49 +03:30

5 lines
377 B
Plaintext

import { SimpleWebpackError } from './simpleWebpackError';
import type { webpack } from 'next/dist/compiled/webpack/webpack';
export declare function getNotFoundError(compilation: webpack.Compilation, input: any, fileName: string, module: any): Promise<any>;
export declare function getImageError(compilation: any, input: any, err: Error): Promise<SimpleWebpackError | false>;