import { BaseTransaction } from "./BaseTransaction.js"; export declare class ChannelTransaction extends BaseTransaction { constructor(data: any); getErrorType(): any; } //# sourceMappingURL=ChannelTransaction.d.ts.map