import { InjectionToken } from '@angular/core';
import { Converter, ScheduleReplenishmentForm } from '@spartacus/core';
export declare const REPLENISHMENT_ORDER_FORM_SERIALIZER: InjectionToken<Converter<ScheduleReplenishmentForm, any>>;
