export type ChangeAccountAvatarResponse = "";
export declare const changeAccountAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (userId: string, filePath: string, width?: number, height?: number, language?: string, size?: null) => Promise<"">;
