importtype { PayloadRequestWithData } from'../types/index.js';
/**
* Rollback the transaction from the req using the db adapter and removes it from the req
*/exportdeclarefunctionkillTransaction(req: PayloadRequestWithData): Promise<void>;
//# sourceMappingURL=killTransaction.d.ts.map