export type ChangeAccountSettingResponse = "";
export declare const changeAccountSettingFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (name: string, dob: string, gender: number, language?: string) => Promise<"">;