export type AddGroupDeputyResponse = ""; export declare const addGroupDeputyFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (memberId: string | string[], groupId: string) => Promise<"">;