import { type UnchainedCore } from '@unchainedshop/core';
export declare const fixPeriods: ({ transactionId, enrollmentId, orderId, transactions }: {
    transactionId: any;
    enrollmentId: any;
    orderId: any;
    transactions: any;
}, unchainedAPI: UnchainedCore) => Promise<any[]>;
