import type { LoadedStrapi } from '@strapi/types';
import { Transaction } from '../../types/utils';
export declare const createTransaction: (strapi: LoadedStrapi) => Transaction;
//# sourceMappingURL=transaction.d.ts.map