export type FetchLinkGroupResponse = {
link: string;
expiration_date: number;
enabled: number;
};
export declare const getLinkGroupFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (grid: string) => Promise<FetchLinkGroupResponse>;