import { BaseError } from "./base-error"; export declare class EntryFileNotFoundError extends BaseError { constructor(filePath: string); }