import { Exception } from "./Exception"; export declare class Exception_UnintendedExecutionPath extends Exception { constructor(message: string, innerException?: Exception | null); } //# sourceMappingURL=Exception_UnintendedExecutionPath.d.ts.map