export type GetAllGroupsResponse = { version: string; gridInfoMap: Record; }; export declare const getAllGroupsFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => () => Promise;