import { ApiErrorException } from '../ApiErrorException';
export declare class NotFound extends ApiErrorException {
}
