export declare class NotFoundError extends Error { message: string; constructor(message: string); } //# sourceMappingURL=NotFoundError.d.ts.map