import { APIErrorResponse } from '@arc-publishing/sdk-subs-core/lib/utils/APIErrorResponse';
import { ProductChangesType, CurrentTermTypes, SubscriptionUpgradeDowngrade } from './upgradeDowngradeTypes';
export default function initializeSubscriptionChange(subscriptionId: number, newPriceCode: string, productChanges: ProductChangesType, currentTerm: CurrentTermTypes): Promise<APIErrorResponse | SubscriptionUpgradeDowngrade>;
