export declare class ProductFulfillmentTypeDto { id?: string; fulfillmentType: string; fulfillmentMethod: string; productId?: string; constructor(d?: ProductFulfillmentTypeDto); }