import { MeasurementXY } from 'cheminfo-types'; import { SlopeOptions, SlopeResult } from './types'; /** * Calculates the transistor resistance. * @param measurement - The measurement to calculate the transistor resistance. * @param options - Options for the calculation. * @returns - The calculated resistance. */ export declare function transistorOnResistance(measurement: MeasurementXY, options?: SlopeOptions): SlopeResult | null; //# sourceMappingURL=transistorOnResistance.d.ts.map