export type VentSizingInput = { drain_size_in?: '1-1/2' | '2' | '2-1/2' | '3' | '4' | '5' | '6'; total_dfu_on_stack: number; developed_length_ft?: number; }; //# sourceMappingURL=VentSizingInput.d.ts.map