export type VoltageDropInput = { wire_gauge?: '14' | '12' | '10' | '8' | '6' | '4' | '2' | '1/0' | '2/0' | '4/0'; one_way_length_ft: number; current_amps: number; material?: 'copper' | 'aluminum'; system_voltage?: 120 | 240 | 277 | 480; }; //# sourceMappingURL=VoltageDropInput.d.ts.map