import { Client as Client$1 } from './interfaces/Client.js'; import { C as Compute } from '../../../Compute-f53b8251.js'; import { Messenger } from './units/Messenger.js'; import { S as Scheduler } from '../../../Scheduler-a419272c.js'; import './types/UnitInfo.js'; import './types/DryRunResult.js'; import './types/Result.js'; import './types/HTTPResponse.js'; import './interfaces/MessengerUnit.js'; import './units/messenger/Monitor.js'; import './units/messenger/monitor/Process.js'; import './types/Assignment.js'; import './types/Transaction.js'; import './types/Owner.js'; import './types/Tag.js'; import './types/Message.js'; import './types/UnitTimestamp.js'; declare class Client implements Client$1 { /** * Access the Compute Unit methods. * * @param cuUrl (Optional) The URL to this Compute Unit. Defaults to the * following: https://cu.ao-testnet.xyz. */ cu(cuUrl?: string): Compute; /** * Access the Messenger Unit methods. * * @param mUUrl (Optional) The URL to this Messenger Unit. Defaults to the * following: https://mu.ao-testnet.xyz. */ mu(mUUrl?: string): Messenger; /** * Access the Scheduler Unit methods. * * @param suUrl (Optional) The URL to this Scheduler Unit. Defaults to the * following: https://su-router.ao-testnet.xyz. */ su(suUrl?: string): Scheduler; } export { Client };