import { HTTP_STATUS_CODE, IResponseOptions, Response } from '@spinajs/http'; export declare class OrmNotFound extends Response { protected options?: IResponseOptions; protected _errorCode: HTTP_STATUS_CODE; protected _template: string; constructor(error: string | object | Promise, options?: IResponseOptions); } //# sourceMappingURL=OrmNotFound.d.ts.map