export type UnderlaymentInput = { roof_area_sqft: number; type?: 'felt_30lb' | 'synthetic' | 'ice_water_shield'; waste_factor?: number; }; //# sourceMappingURL=UnderlaymentInput.d.ts.map