export type FlooringUnderlaymentInput = { floor_area_sqft: number; type?: 'foam' | 'cork' | 'rubber' | 'moisture_barrier'; }; //# sourceMappingURL=FlooringUnderlaymentInput.d.ts.map