import { Exception } from "../Exception"; export declare class NotImplementedException extends Exception { constructor(message: string); }