export type PrimerInput = { area_sqft: number; surface_type?: 'drywall_new' | 'drywall_repainted' | 'wood' | 'metal' | 'masonry'; }; //# sourceMappingURL=PrimerInput.d.ts.map