import { BaseException } from '@db-studio/exceptions'; export declare class RouteNotFoundException extends BaseException { constructor(path: string); }