/** * This file was auto-generated by Fern from our API Definition. */ import * as core from '../../core'; import * as errors from '../../errors/index'; import * as Truvity from '../index'; export declare class NotFoundError extends errors.TruvityError { constructor(body: Truvity.NotFoundProblems, rawResponse?: core.RawResponse); } //# sourceMappingURL=NotFoundError.d.ts.map