import type { AnyCell, SheetProxy } from "@okcontract/cells";
import type { GroupDefinition } from "@okcontract/fred";
export declare const abix_groups: (proxy: SheetProxy) => AnyCell<GroupDefinition>[];
