import type { Convergence } from '../../Convergence'; /** * This client allows you to access the underlying Transaction Builders * for the write operations of the Rfq module. * * @see {@link RfqClient} * @group Module Builders * */ export declare class RfqBuildersClient { protected readonly convergence: Convergence; constructor(convergence: Convergence); }