import { Exception } from './Exception'; /** * Exception that gets thrown if a code path is not implemented. */ export declare class NotImplemented extends Exception { /** * Initializes a new instance {NotImplemented}. */ constructor(); } //# sourceMappingURL=NotImplemented.d.ts.map