export declare class TransactionNotImplementedError extends Error { src?: unknown; protected errorCode: string; constructor(message?: string, src?: unknown); } //# sourceMappingURL=TransactionNotImplementedError.d.ts.map