import type { SocketContext } from './types.js'; export declare const makeBlockingMethods: (ctx: SocketContext) => { updateBlockStatus: (jid: string, action: "block" | "unblock") => Promise; fetchBlocklist: () => Promise; }; //# sourceMappingURL=blocking.d.ts.map