export type DrywallSheetsInput = { wall_area_sqft: number; ceiling_area_sqft?: number; sheet_size?: '4x8' | '4x10' | '4x12'; waste_factor?: number; }; //# sourceMappingURL=DrywallSheetsInput.d.ts.map