export declare class FileNotExistError extends Error {
    constructor(name?: string);
}
//# sourceMappingURL=file-not-exist.error.d.ts.map