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