import type { SocketContext } from './types.js'; export declare const makePresenceMethods: (ctx: SocketContext) => { sendPresence: (status: "available" | "unavailable") => Promise; presenceSubscribe: (jid: string) => Promise; sendChatState: (jid: string, state: "composing" | "recording" | "paused") => Promise; }; //# sourceMappingURL=presence.d.ts.map