/** * This file was auto-generated by Fern from our API Definition. */ import * as errors from "../../../../errors/index.js"; import * as core from "../../../../core/index.js"; export declare class NotFound extends errors.MercoaError { constructor(body: string, rawResponse?: core.RawResponse); }