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