export declare abstract class OriginBenefitFactory { abstract makeFromSerialized(serialized: S): B; }