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