import { BaseException } from "./base-exception.js"; export declare class ApplicationNotFoundException extends BaseException { constructor(); }