export type ConduitFillResult = { minimum_conduit_size_in: string; total_conductor_area_sqin: number; max_allowed_fill_sqin: number; fill_percent: number; code_reference?: string; }; //# sourceMappingURL=ConduitFillResult.d.ts.map