import type { AttachmentSource } from "../models/index.js"; export type ChangeAccountAvatarResponse = ""; export declare const changeAccountAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (avatarSource: AttachmentSource) => Promise<"">;