export type DrywallTapeInput = { drywall_area_sqft: number; tape_type?: 'paper' | 'fiberglass_mesh'; }; //# sourceMappingURL=DrywallTapeInput.d.ts.map