export declare class NotFoundException extends Error { httpCode: number; httpError: string; config?: Record; constructor(message: string, httpError?: string, httpCode?: number, config?: Record); }