import { c as AbstractMessage, C as Compute, G as GetResponse } from '../../../../../Compute-6614639f.js'; import { AoConnect } from '../../../interfaces/AoConnect.cjs'; import '../../../../ao/v0/types/UnitInfo.cjs'; import '../../../../ao/v0/types/DryRunResult.cjs'; import '../../../../ao/v0/types/Result.cjs'; import '../../../../ao/v0/types/HTTPResponse.cjs'; declare class Message extends AbstractMessage { protected aoconnect: AoConnect; protected process_id?: string; constructor(computeUnit: Compute, messageId: string, aoconnect: AoConnect); /** * Set the ID of the process to get the message result from. * * @param processId The process' ID. * @returns `this` instance for further method chaining. */ process(processId: string): this; get(): Promise; } export { Message };