import CustomError from './custom-error'; import { returnSerializeError } from '../utils/custom-types'; declare class NotFound extends CustomError { constructor(message: string, details?: any); serializeError(): returnSerializeError; } export default NotFound; //# sourceMappingURL=not-found.d.ts.map