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