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