import { Exception } from "../sanitizer"; export declare class Exception_CalculatorMethodThrows extends Exception { constructor(circuitType: Function, calcMethodName: string, innerException: Exception); } //# sourceMappingURL=Exception_CalculatorMethodThrows.d.ts.map