export type ConduitFillInput = { wire_gauge?: '14' | '12' | '10' | '8' | '6' | '4'; conductor_count: number; }; //# sourceMappingURL=ConduitFillInput.d.ts.map