import type { webpack5 } from 'next/dist/compiled/webpack/webpack';
export declare function getNotFoundError(compilation: webpack5.Compilation, input: any, fileName: string): Promise<any>;
