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