export type VoltageDropResult = { voltage_drop_v: number; drop_percent: number; passes_3_percent: boolean; notes: string; }; //# sourceMappingURL=VoltageDropResult.d.ts.map