export type RemoveFriendResponse = ""; export declare const removeFriendFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (friendId: string) => Promise<"">;