import { c as AbstractMessage, C as Compute, G as GetResponse } from '../../../../../Compute-f53b8251.js'; import { AoConnect } from '../../../interfaces/AoConnect.js'; import '../../../../ao/v0/types/UnitInfo.js'; import '../../../../ao/v0/types/DryRunResult.js'; import '../../../../ao/v0/types/Result.js'; import '../../../../ao/v0/types/HTTPResponse.js'; 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 };