import { InternalServerError } from '@squiz/dx-common-lib'; export declare class TransactionError extends InternalServerError { name: string; constructor(message: string); } //# sourceMappingURL=TransactionError.d.ts.map