/** * An @Terminal terminal has the following attributes: * 1. Can have a calculator. * 2. Can be set only within a method of its container Circuit class. */ export declare function Terminal(testHook?: (value: any) => void): any; //# sourceMappingURL=_Terminal.d.ts.map