export type ChangeGroupAvatarResponse = "";
export declare const changeGroupAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (avatarPath: string, groupId: string) => Promise<"">;
